﻿body {
    
    background-color: color-mix(in srgb, #362105 50%, #856413 50%);
    
}
h1 {
    position: relative;
    top: 10px;
    left: 200px;
    font-size: 30px;
    font-style: revert;
    color: yellow;
    line-height: 1.0;
    white-space: nowrap;    
}

h2 {
    position: relative;
    top: 10px;
     left: 40px;
    text-align: center;
    font-size: 20px;
    /*font-style: oblique;*/
    color: yellow;
    line-height: 1.0;
    /*white-space: nowrap;*/
}

.container {
    position: relative;
 /*   display: flex;
    justify-content: space-around;
    top: 0px;
    left: 0px;*/
    /*height:500px;*/
}
.frame  {
    width: 500px;
    padding: 10px 10px 10px;
    border: 15px double black;
    border-radius: 15px;
    /* background: linear-gradient(105deg, #362105, #856413);
  */
    position: absolute;
}

    .frame .title {
        position: relative;
        top: -10px;
        /* left: 190px;*/
        font-size: 20px;
        /*padding: 6px 14px;*/
      /*  color: #ffa685;*/
        background: linear-gradient(105deg, #f3be91, #cc4621);
        font-style: italic;
        text-align: center;
        font-weight: bold;
        font-family: 'Sitka Display';
    }


.image-profileFrame {
    position: absolute;
    top: 0px;
    left: 0px;
}


.video-profileFrame {
    position: relative;
    padding-top: 0px;
    height: 250px;
    width: 450px;
    /* overflow: hidden;*/
    margin-top: 50px;
    border-radius: 20px;
    left: 30px;
}

    .video-profileFrame iframe {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        border: 0;
    }


.container .insta {
    font-size: 70px;
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
    margin-left: 270px;
    position: absolute;
    margin-top: -10px;
}

.container .insta:hover {
    transform: scale(1.15);
}


.container .discord {
    font-size: 70px;
    background: linear-gradient(50deg, #FFFFFF, #739FD1, #587EAD, #B6C7DB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
    margin-left: 140px;
    position: absolute;
    margin-top: -10px;
}

.container .discord:hover {
    transform: scale(1.15);
}



.container .email {
    font-size: 70px;
    background: linear-gradient(48deg, #FFFFFF, #3636B3, #3636B3, #FFFFFF );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
    margin-left: 20px;
    position: absolute;
    margin-top: -10px;
}

.container .email:hover {
    transform: scale(1.15);
}

.container .youtube {
    font-size: 70px;
    background: linear-gradient(48deg, #F72800, #FFFFFF, #F72800, #F72800 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
    margin-left: 390px;
    position: absolute;
    margin-top: -10px;
}

    .container .youtube:hover {
        transform: scale(1.15);
    }